aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/[title]/title.module.css
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-05-03 04:02:21 +0000
committerGitHub <[email protected]>2024-05-03 04:02:21 +0000
commit446eb6d593b97b7d11bc779afe02fdd621d79893 (patch)
tree1ba6acc811305d0be2aa1da06c183cfcc4f4d1ca /src/app/manga/[title]/title.module.css
parentadded edge runtime line (diff)
downloaddramalama-446eb6d593b97b7d11bc779afe02fdd621d79893.tar.xz
dramalama-446eb6d593b97b7d11bc779afe02fdd621d79893.zip
font changes, video player changes and other minor changes
Diffstat (limited to 'src/app/manga/[title]/title.module.css')
-rw-r--r--src/app/manga/[title]/title.module.css30
1 files changed, 20 insertions, 10 deletions
diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css
index bbfc99b..203efad 100644
--- a/src/app/manga/[title]/title.module.css
+++ b/src/app/manga/[title]/title.module.css
@@ -11,7 +11,6 @@
.SearchedFor {
color: white;
text-align: center;
- font-family: "Lexend Deca", serif;
font-size: 26px;
}
@@ -20,10 +19,10 @@
flex-direction: row;
margin: 0px 10px 10px 10px;
padding: 10px;
- border-style: dotted;
+ border-style: solid;
+ border-radius: 0.5rem;
border-color: #363636 #474747;
- border-radius: 10px;
- border-width: 4px;
+ border-width: 0.1rem;
align-items: center;
cursor: pointer;
transition: opacity 200ms linear, transform 200ms linear;
@@ -42,33 +41,44 @@
.MangaInfo {
color: white;
margin-left: 20px;
- font-family: "Atkinson Hyperlegible";
+}
+
+.MangaEntries img {
+ border-radius: 0.5rem;
}
.MangaTitle {
- font-family: "Lexend Deca", serif;
margin: 0px;
- font-size: 22px;
+ font-size: 28px;
color: var(--neon-green);
}
+.MangaDescription {
+ margin: 0.5rem 0 0.5rem 0;
+}
+
.MangaStatus {
color: var(--soft-purple);
- font-family: "Poppins", serif;
+ margin: 0px;
}
.MangaVolume {
+ margin: 0px;
color: #ffacac;
- font-family: "Poppins", serif;
}
.MangaChapters {
color: #ffebb4;
- font-family: "Poppins", serif;
+ margin: 0.3rem 0 0.3rem 0;
}
@media screen and (max-width: 768px) {
.Main {
max-width: 100%;
}
+
+ .MangaDescription {
+ max-height: 10rem;
+ overflow: auto;
+ }
}